projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7efd89
)
sortlistmodel: Remove forgotten G_PARAM_CONSTRUCT_ONLY
author
Benjamin Otte
<otte@redhat.com>
Tue, 7 Jul 2020 21:18:46 +0000
(23:18 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Thu, 16 Jul 2020 15:33:29 +0000
(17:33 +0200)
gtk/gtksortlistmodel.c
patch
|
blob
|
history
diff --git
a/gtk/gtksortlistmodel.c
b/gtk/gtksortlistmodel.c
index 06e1c6f3b20aaa1cf7eed5400387116fe4a1fc92..0e667aefc8dda43b21dc6b6c588bfe29e1ce91b7 100644
(file)
--- a/
gtk/gtksortlistmodel.c
+++ b/
gtk/gtksortlistmodel.c
@@
-403,7
+403,7
@@
gtk_sort_list_model_class_init (GtkSortListModelClass *class)
P_("Model"),
P_("The model being sorted"),
G_TYPE_LIST_MODEL,
- GTK_PARAM_READWRITE | G_PARAM_
CONSTRUCT_ONLY | G_PARAM_
EXPLICIT_NOTIFY);
+ GTK_PARAM_READWRITE | G_PARAM_EXPLICIT_NOTIFY);
g_object_class_install_properties (gobject_class, NUM_PROPERTIES, properties);
}